home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1992-10-20 | 710 b | 25 lines |
- ' *****************************************************
- ' * *
- ' * This AMOS-program was made by Svante Danielsson *
- ' * *
- ' * Mail me at: til96sdn@mds.mdh.se *
- ' * *
- ' *****************************************************
-
- Degree
-
- Screen Open 1,320,256,2,Lowres : Flash Off : Curs Off
- Circle 16,16,15 : Paint 16,16
-
- Screen Open 0,320,256,2,Lowres : Flash Off : Curs Off : Hide
- Palette 0,$EED
-
- For C=0 To 420
- X=144+Sin(C*8)*C/2
- Y=110+Cos(C*8)*C/2
- Screen Copy 1,0,0,32,32 To 0,X,Y,%1100000
- Next
-
- Wait Key
- Fade 1
- Edit